home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / chadyn.exe / YINCLUD.H < prev    next >
C/C++ Source or Header  |  1988-11-28  |  394b  |  16 lines

  1. /*************************** YINCLUD.H ***************************/
  2. #include <stdio.h>                  
  3. #include <math.h>                   
  4. #include "ycompilr.h"
  5. #include "ydefines.h"
  6. #include "yexterns.h"
  7. #ifdef UNIX
  8. #include <signal.h>
  9. #ifdef BSD
  10. #include <strings.h>
  11. #else
  12. #include <string.h>
  13. #endif
  14. #endif
  15. /********************** End of YINCLUD.H ************************/
  16.